exponential search造句
例句與造句
- Exponential search can also be used to search in bounded lists.
- Bentley and Yao suggested several variations for exponential search.
- Exponential search extends binary search to unbounded lists.
- Alternatively, Brent's algorithm is based on the idea of exponential search.
- Exponential search allows for searching through a sorted, unbounded list for a specified input value ( the search " key " ).
- It's difficult to find exponential search in a sentence. 用exponential search造句挺難的
- This algorithm has an exponential search time to find the optimal next move, so general methods for speeding it up are very useful.
- Exponential search can even out-perform more traditional searches for bounded lists, such as binary search, when the element being searched for is near the beginning of the array.
- The asymptotic runtime does not change for the variations, running in " O " ( log " i " ) time, as with the original exponential search algorithm.
- By using an exponential search before the binary search over the levels and by querying not only the current prefix " x ", but also its successor " x " + 1, x-fast tries can answer predecessor and successor queries in time " O " ( log log " & Delta; " ), where " & Delta; " is the difference between the query value and its predecessor or successor.